MqttConnectMsg

Undocumented in source.

Constructors

this
this(MqttFixedHeader mqttFixedHeader, MqttConnectVariableHeader variableHeader, MqttConnectPayload payload)
Undocumented in source.

Members

Functions

payload
MqttConnectPayload payload()
Undocumented in source. Be warned that the author may not have intended to support it.
variableHeader
MqttConnectVariableHeader variableHeader()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MqttMsg

fixedHeader
MqttFixedHeader fixedHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
variableHeader
Object variableHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
payload
Object payload()
Undocumented in source. Be warned that the author may not have intended to support it.
decoderResult
bool decoderResult()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta